This page has a light blue background color!
This paragraph has its own background color.
We are still in the div element.When using the opacity property to add transparency to the background of an element, all of its child elements become transparent as well. This can make the text inside a fully transparent element hard to read:
Result with opacity:
Result with rgba():
Notice how the text gets transparent as well as the background color when using the opacity property.